Previous Book Contents Book Index Next

Inside Macintosh: Mac OS 8 Toolbox Reference /
Chapter 3 - Window Manager Reference / Window Manager Functions
Retrieving Window Information /


GetWindowFeatures

NEW WITH THE APPEARANCE MANAGER

Gets the features a window supports.

pascal OSStatus GetWindowFeatures (
                     WindowPtr inWindow,
                     UInt32* outFeatures);
inWindow
On input, a pointer to the window whose features you wish to determine.
outFeatures
On output, a pointer to a bit field specifying the features the window supports; see "Reporting Window Features".
function result
A result code; see "Result Codes".
DISCUSSION
The GetWindowFeatures function produces a window definition function's features in response to a kWindowMsgGetFeatures message. For a list of the features a window might support, see "Reporting Window Features".

SEE ALSO
"Appearance Manager Gestalt Selector Constants".


Previous Book Contents Book Index Next

© Apple Computer, Inc.
8 JAN 1998